lcImageProc Home

Process an image.

 BOOL lcImageProc (
   HANDLE hImage,
   int Mode
 );

Parameters
hImage
  Handle to a raster image object.
Mode
  Defines type of image processing, can be one of the following values:

Value Meaning
LC_IMGPROC_GRAY Convert image to grayscale
LC_IMGPROC_FLIPHOR Flip image horizontally
LC_IMGPROC_FLIPVER Flip image vertically
LC_IMGPROC_ROT180 Rotate image by 180 degrees


Return Value

  If the function succeeds, the return value is nonzero (TRUE).